I want to know how to Paging with the using of entity framework in ASP.NET MVC. I want to display a record in index view with page number .Can anyone give me a solution.
Thank you.
home / developersection / forums / how to paging with the entity framework is an asp.net mvc application
Anupam Mishra
05-Feb-2016The NuGet PagedList.Mvc package automatically installs the PagedList package as a dependency. The PagedList package installs a PagedList collection type and extension methods for IQueryable and IEnumerable collections. From the Tools menu, select Library Package Manager and then Manage NuGet Packages for Solution.